Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.user.registration.core.types.contrib

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.user.registration.core.types.contrib">

  <require>org.nuxeo.ecm.user.invite.core.types.contrib</require>

  <extension target="org.nuxeo.ecm.core.schema.TypeService"
             point="schema">
    <schema name="docinfo" src="schemas/docinfo.xsd"
            prefix="docinfo"/>
  </extension>

  <extension target="org.nuxeo.ecm.core.schema.TypeService" point="doctype">
    <facet name="UserRegistration">
      <schema name="userinfo"/>
      <schema name="docinfo"/>
      <schema name="registration"/>
    </facet>

    <facet name="RegistrationConfiguration">
      <schema name="registrationconfiguration"/>
    </facet>
  </extension>
</component>